  * {
    margin: 0;
    padding: 0;
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  header {
    background-color: white;
  }

.share {display:none;}
.fork-me{display:none;}

.logo {
    font-size: 1.75rem;
    margin:0 0 0 1em;
}

span.logo > a {
    text-decoration: none;
}

/*--------------------------------------------------------------
# html, body
--------------------------------------------------------------*/

html, body {font-family: Georgia, 'Times New Roman', Times, serif}

a {text-decoration:none; color:black;}

p {font-family: Georgia, 'Times New Roman', Times, serif}
p { margin: 0 }
p + p { text-indent: 1.0em } 
p.sidenote + p, p.caption, p.art { text-indent: 0 }

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

/*
.container{
    height: 1000px;
    position: relative;
  }
*/

/*--------------------------------------------------------------
# Chapter
--------------------------------------------------------------*/

a.summary_link {font-family: Arial; font-size:32px; font-weight: 700; text-decoration:none;}

.post_edit{font-family: Georgia; font-size:20px; line-height:30px;}

.chapter-image{display: block; margin-left: auto; margin-right: auto; width:100%; }
/* .post_image{} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*
footer {
    background-color: white;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
  }

/*---------------------*/
*/     

